From 0f111d8b519e340f5deddc9adcd1f8f89eafb90a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 25 Nov 2002 14:52:56 +0000 Subject: [PATCH] Restore `#ifndef NOT_C_CODE' deleted by last change. --- src/m/ia64.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m/ia64.h b/src/m/ia64.h index 7fef9055a8e..0d74bc9c83e 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h @@ -133,6 +133,8 @@ Boston, MA 02111-1307, USA. */ #define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS)) #define XUINT(a) ((long) (a) & VALMASK) +#ifndef NOT_C_CODE + #ifdef REL_ALLOC #ifndef _MALLOC_INTERNAL /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it -- 2.30.2